home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / T / TILEMIX.CPT / TileMix / card_3948.txt < prev    next >
Text File  |  1992-01-14  |  1KB  |  47 lines

  1. -- card: 3948 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 3685
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on idle
  8.   global timekeeper,whichpict
  9.   if timekeeper = "" then put the ticks into timekeeper
  10.   if whichpict = "" then put true into whichpict
  11.   if the ticks - timekeeper > 200 then
  12.     colorizehc "colorfill","0,72,370,191","0,0,0"
  13.     if whichpict
  14.     then colorizehc "add","TitlePict",rect of bg btn "TitlePict"
  15.   else colorizehc "add","InWare",rect of bg btn "InWare"
  16.   put (not whichpict) into whichpict
  17.   put the ticks into timekeeper
  18.   go to this cd
  19. end if
  20. end idle
  21.  
  22. on mousedown
  23.   set cursor to watch
  24.   go to next cd
  25. end mousedown
  26.  
  27. on opencard
  28.   openstack
  29.   go to this cd
  30. end opencard
  31.  
  32.  
  33.  
  34.  
  35. -- part 1 (button)
  36. -- low flags: 00
  37. -- high flags: C000
  38. -- rect: left=0 top=0 right=208 bottom=320
  39. -- title width / last selected line: 0
  40. -- icon id / first selected line: 0 / 0
  41. -- text alignment: 1
  42. -- font id: 0
  43. -- text size: 12
  44. -- style flags: 0
  45. -- line height: 16
  46. -- part name: Loading - Please Wait...
  47.